Fix typo in src/doc/manifest.md
authorKevin Ballard <kevin@sb.org>
Thu, 23 Oct 2014 05:02:15 +0000 (22:02 -0700)
committerKevin Ballard <kevin@sb.org>
Thu, 23 Oct 2014 05:02:15 +0000 (22:02 -0700)
src/doc/manifest.md

index 8a55a254ec32be911bbbcacbcf37fd4ab5661758..c7d6afbb2953df5e693dc24ec9be8a9ea6d7070f 100644 (file)
@@ -329,8 +329,8 @@ When you run `cargo test`, Cargo will:
 
 Both `[[bin]]` and `[lib]` sections support similar configuration for specifying
 how a target should be built. The example below uses `[lib]`, but it also
-applies to all `[[bin]]` sections as well. All values listed ar the defaults for
-that option unless otherwise specified.
+applies to all `[[bin]]` sections as well. All values listed are the defaults
+for that option unless otherwise specified.
 
 ```toml
 [package]